Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
lcg_value
lcg_value
Combined linear congruent generator
Name:
lcg_value
Category:
math
Programming Language:
php
One-line Description:
Returns a pseudo-random number with a range of (0,1).
Related
5
How to Generate Random Numbers with Decimals Using PHP's lcg_value() and round() Functions
8
lcg_value() and mt_rand(): Which one is better for you?
8
Similar Functions
srand
srand
Sowtherandomnumberge
acos
acos
Reversecosine
mt_srand
mt_srand
Sowabetterrandomnumb
floor
floor
Leavethemethodofsort
min
min
Findtheminimumvalue
acosh
acosh
Antihyperboliccosine
exp
exp
Calculatetheindexofe
pow
pow
Exponentialexpressio
Popular Articles
How to Generate Random Numbers with Decimals Using PHP's lcg_value() and round() Functions
lcg_value() and mt_rand(): Which one is better for you?